Skip to main content
POST
[Authenticated] Create a group

Authorizations

Authorization
string
header
required

Partner API key (cativa_...) or a JWT, sent as: Authorization: Bearer .

Body

application/json
name
string | null
description
string | null
rawDescription
string | null
isPrivate
boolean
icon
string | null
addNewUsers
boolean
spaceId
string<uuid> | null
onlyModeratorsCanPost
boolean
noAccessRedirectUrl
string | null
hasFeed
boolean
hasChat
boolean
allowedBadges
string<uuid>[] | null
addExistingMembers
boolean
hasEvents
boolean
showPostsInFeed
boolean
isSecret
boolean

Response

200

OK